home *** CD-ROM | disk | FTP | other *** search
Makefile | 2002-10-21 | 310 b | 13 lines |
- INCLUDES = \
- -DPREFIX=\""$(prefix)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DLIBDIR=\""$(libdir)"\"
-
- lib_LTLIBRARIES = libhtsswf.la
-
- libhtsswf_la_SOURCES = swf2html.cpp swf2html_cls.cpp swf2html_interface.cpp
-
- libhtsswf_la_LIBADD =
- libhtsswf_la_LDFLAGS = -version-info 1:0:0
-